Crate batbox_num

source ·
Expand description

Numeric types and traits

Structs

Traits

  • Floating point number, including NaN/Inf
  • Generic signed number type
  • Real number (differs from Float as doesn’t support NaN)
  • Generic number, possibly unsigned

Functions

Type Aliases

  • Like f32 but panics on NaN/Inf
  • Like f64 but panics on NaN/Inf